body {
		-ms-overflow-style: none;
		scrollbar-width: none;
}
body::-webkit-scrollbar {
		display: none;
		}

.products-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	justify-content: center;
	gap: 2em;
}

.product {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #ccc;
	
}

.product p {
	font-weight: 500;
	font-size: 12px;
}

.product img {
	height: auto;
	border-radius: 0px;
	box-shadow: 2px 2px 10px 0 rgba(255, 255, 255, 0.2);
}

img:hover {
	opacity: 0.8;
}


/* START Element Styling */
	div.iframes {
		background-color: #fff;
		padding: 25px;
		border-radius: 5px;
	}
	div.iframes {
		background-color: #fff;
		padding: 25px;
		border-radius: 5px;
	}
	.here { text-decoration: none;
			color: #000;}

	#silver {
		border-bottom: 3px solid #CFDBC5;
		padding-bottom: 5px;
		color: #333;
	}
	
	#intro {
		color: #333;
		text-align: left;
	}
/* END Element Styling */

.header {
		padding: 10px;
		border-radius: 3px;
		width: 100%;
		height: auto;
		font-size: 48px;
		text-align: center;
		font-family: 'Courier New', Monospace;
		color: #ffffcc;
	}
	
.link2{
		color: #333;
	}